Skip to main content
GET
/
v1
/
platform
/
issues
Error
A valid request URL is required to generate request examples
[
  {
    "actions": {},
    "created_at": "<string>",
    "description": "<string>",
    "first_seen_at": "<string>",
    "fix_branch": "<string>",
    "fix_dispatched_at": "<string>",
    "fix_pr_number": 123,
    "fix_prompt": "<string>",
    "id": "<string>",
    "last_seen_at": "<string>",
    "name": "<string>",
    "proposed_context_fixes": [
      {}
    ],
    "proposed_examples": [
      {}
    ],
    "proposed_fix": "<string>",
    "proposed_prompt_fixes": [
      {}
    ],
    "session_id": "<string>",
    "tags": [
      "<string>"
    ],
    "tenant_id": "<string>",
    "traces": {},
    "updated_at": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Query Parameters

session_id
string

Filter by session ID (UUID)

session_name
string

Filter by session name (exact match)

status
enum<string>

Filter by status

Available options:
open,
completed,
ignored
severity
enum<integer>

Filter by severity

Available options:
0,
1,
2,
3
tag
string

Filter by tag (exact match)

updated_at
string

Return only issues updated at or after this RFC3339 timestamp

sort_by
enum<string>

Sort field

Available options:
created_at,
updated_at,
severity
limit
integer

Page size (positive integer)

offset
integer

Page offset (non-negative integer)

Response

OK

actions
object
created_at
string
description
string
first_seen_at
string
fix_branch
string
fix_dispatched_at
string
fix_pr_number
integer
fix_prompt
string
id
string
last_seen_at
string
name
string
proposed_context_fixes
object[]
proposed_examples
object[]
proposed_fix
string
proposed_prompt_fixes
object[]
session_id
string
severity
enum<integer>
Available options:
0,
1,
2,
3
status
enum<string>
Available options:
open,
completed,
ignored
tags
string[]
tenant_id
string
traces
object
updated_at
string